xml += '''
<file>theme/HighContrast/gtk.css</file>
- <file alias='theme/HighContrastInverse/gtk.css'>theme/HighContrast/gtk-inverse.css</file>
+ <file>theme/HighContrast/gtk-dark.css</file>
+ <file alias='theme/HighContrastInverse/gtk.css'>theme/HighContrast/gtk-dark.css</file>
<file>theme/HighContrast/HighContrast.css</file>
- <file>theme/HighContrast/HighContrast-inverse.css</file>
+ <file>theme/HighContrast/HighContrast-dark.css</file>
'''
for f in get_files('theme/HighContrast/assets', '.png'):
--- /dev/null
+// General guidelines:
+// - very unlikely you want to edit something else than _common.scss
+// - keep the number of defined colors to a minimum, use the color blending functions if
+// you need a subtle shade
+// - if you need to inverse a color function use the @if directive to match for dark $variant
+
+$variant: 'dark';
+
+@import '../Adwaita/colors';
+@import 'colors-hc';
+@import '../Adwaita/colors-public'; // export public colors
+@import '../Adwaita/drawing';
+@import '../Adwaita/common';
+++ /dev/null
-// General guidelines:
-// - very unlikely you want to edit something else than _common.scss
-// - keep the number of defined colors to a minimum, use the color blending functions if
-// you need a subtle shade
-// - if you need to inverse a color function use the @if directive to match for dark $variant
-
-$variant: 'dark';
-
-@import '../Adwaita/colors';
-@import 'colors-hc';
-@import '../Adwaita/colors-public'; // export public colors
-@import '../Adwaita/drawing';
-@import '../Adwaita/common';
--- /dev/null
+@import url("resource:///org/gtk/libgtk/theme/HighContrast/HighContrast-dark.css");
+++ /dev/null
-@import url("resource:///org/gtk/libgtk/theme/HighContrast/HighContrast-inverse.css");
])
hc_theme_variants = [
- 'inverse',
+ 'dark',
]
hc_theme_deps = [